ArcFM Responder Mobile Developer Guide
AddMapping Method






The first value.
The second value.
Adds a mapping of one value to another value.
Syntax
'Declaration
 
Sub AddMapping( _
   ByVal valueOne As S, _
   ByVal valueTwo As T _
) 
'Usage
 
Dim instance As IMapperCaching(Of S,T)
Dim valueOne As S
Dim valueTwo As T
 
instance.AddMapping(valueOne, valueTwo)
void AddMapping( 
   S valueOne,
   T valueTwo
)
procedure AddMapping( 
    valueOne: S;
    valueTwo: T
); 
function AddMapping( 
   valueOne : S,
   valueTwo : T
);
void AddMapping( 
   S* valueOne,
   T* valueTwo
) 
void AddMapping( 
   S^ valueOne,
   T^ valueTwo
) 

Parameters

valueOne
The first value.
valueTwo
The second value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMapperCaching<S,T> Interface
IMapperCaching<S,T> Members

Send Feedback